home *** CD-ROM | disk | FTP | other *** search
/ Champak 83 / (Vol 83) My Disc.iso / Games / chees_mouse.swf / scripts / DefineButton2_165 / BUTTONCONDACTION on(press).as
Text File  |  2008-08-08  |  161b  |  8 lines

  1. on(press){
  2.    _root.s.gotoAndPlay("menu");
  3.    _root.current_l_num = 1;
  4.    _root.cheese_amt = 0;
  5.    _root.current_m = m_1;
  6.    _root.gotoAndStop("menu");
  7. }
  8.